home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / FlashRacer.swf / scripts / DefineButton2_96 / BUTTONCONDACTION on(keyPress Right).as < prev    next >
Encoding:
Text File  |  2001-07-07  |  141 b   |  10 lines

  1. on(keyPress "<Right>"){
  2.    if(fault == "0")
  3.    {
  4.       tellTarget("/player/auto/move")
  5.       {
  6.          prevFrame();
  7.       }
  8.    }
  9. }
  10.